From: Eli Zaretskii Date: Sat, 29 Jan 2011 13:41:34 +0000 (+0200) Subject: Fix the bootstrap on MS-Windows. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5022 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=332f64db213489b52c3459500c792e9c5ce1a1f8;p=emacs.git Fix the bootstrap on MS-Windows. makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 0b3c9c3433e..9d7324580f4 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -7,6 +7,7 @@ (cleanall-other-dirs-gmake, distclean-other-dirs-nmake) (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well. + (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap. * configure.bat: Create lib/makefile. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 0ce8a5a052e..28ee8b6e09c 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -162,7 +162,7 @@ bootstrap-nmake: addsection cmdproxy cd ..\lib-src $(MAKE) $(MFLAGS) clean cd ..\lib - $(MAKE) $(MFLAGS) clean + $(MAKE) $(MFLAGS) clean all cd ..\src $(MAKE) $(MFLAGS) bootstrap $(MAKE) $(MFLAGS) bootstrap-clean @@ -178,7 +178,7 @@ bootstrap-gmake: addsection cmdproxy $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap-clean $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src clean $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean - $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib clean + $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib clean all $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap-clean $(CP) $(BLD)/cmdproxy.exe ../bin